Skip to content

refactor!: extract AppStateFn out of simapp#14977

Merged
julienrbrt merged 7 commits into
mainfrom
julien/sims
Feb 9, 2023
Merged

refactor!: extract AppStateFn out of simapp#14977
julienrbrt merged 7 commits into
mainfrom
julien/sims

Conversation

@julienrbrt
Copy link
Copy Markdown
Contributor

@julienrbrt julienrbrt commented Feb 9, 2023

Description

Closes: #14971, #13379

Thanks @gjermundgaraba for noticing! This will be helpful for v0.47+.
The UGPRADING.md already contains sufficient information.


Author Checklist

All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.

I have...

  • included the correct type prefix in the PR title
  • added ! to the type prefix if API or client breaking change
  • targeted the correct branch (see PR Targeting)
  • provided a link to the relevant issue or specification
  • followed the guidelines for building modules
  • included the necessary unit and integration tests
  • added a changelog entry to CHANGELOG.md
  • included comments for documenting Go code
  • updated the relevant documentation or specification
  • reviewed "Files changed" and left comments if necessary
  • confirmed all CI checks have passed

Reviewers Checklist

All items are required. Please add a note if the item is not applicable and please add
your handle next to the items reviewed if you only reviewed selected items.

I have...

  • confirmed the correct type prefix in the PR title
  • confirmed ! in the type prefix if API or client breaking change
  • confirmed all author checklist items have been addressed
  • reviewed state machine logic
  • reviewed API design and naming
  • reviewed documentation is accurate
  • reviewed tests and test coverage
  • manually tested (if applicable)

@julienrbrt julienrbrt marked this pull request as ready for review February 9, 2023 13:37
@julienrbrt julienrbrt requested a review from a team February 9, 2023 13:37
@ghost ghost requested review from a team, alexanderbez and facundomedica and removed request for a team February 9, 2023 13:37
github.com/cosmos/cosmos-sdk v0.46.8
*/
func generateKeyForCheckingConsistency() keyData {
var _ = func() keyData {
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

makes golangci-lint happy.

@julienrbrt julienrbrt enabled auto-merge (squash) February 9, 2023 13:53
@julienrbrt julienrbrt merged commit 4f13b5b into main Feb 9, 2023
@julienrbrt julienrbrt deleted the julien/sims branch February 9, 2023 14:16
mergify Bot pushed a commit that referenced this pull request Feb 9, 2023
(cherry picked from commit 4f13b5b)

# Conflicts:
#	CHANGELOG.md
#	crypto/keys/secp256k1/secp256k1_test.go
#	testutil/sims/state_helpers.go
julienrbrt added a commit that referenced this pull request Feb 9, 2023
Co-authored-by: Julien Robert <julien@rbrt.fr>
tsenart pushed a commit to meka-dev/cosmos-sdk that referenced this pull request Apr 12, 2023
larry0x pushed a commit to larry0x/cosmos-sdk that referenced this pull request May 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Extract AppStateFn out of simapp

2 participants